Type ImplicitContainer<T>
Namespace LostTech.Gradient
This class can hold any value.
In addition to the held Value being null
,
a variable of this type on itself can be null
.
Properties
Public properties
T Value get;
The value, held by this instance.